ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Macd<T> Class / SlowPeriod Property

In This Topic
    SlowPeriod Property (Macd<T>)
    In This Topic
    Gets or sets the slow exponential moving average period for the MACD line.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(26)>
    Public Property SlowPeriod As Double
    [DefaultValue(26)]
    public double SlowPeriod {get; set;}
    See Also